home *** CD-ROM | disk | FTP | other *** search
/ Cute & Cuddly Animals Screen Savers / Cute & Cuddly Animals Screen Savers.iso / _SETUP.1 / BDEADMIN.EXE / RCDATA / TCREDITSFORM / TCREDITSFORM.txt < prev   
Text File  |  1999-11-12  |  1KB  |  63 lines

  1. object CreditsForm: TCreditsForm
  2.   Left = 109
  3.   Top = 387
  4.   BorderStyle = bsDialog
  5.   Caption = '%s Developers'
  6.   ClientHeight = 154
  7.   ClientWidth = 302
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 285
  22.     Height = 106
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     object ProgramIcon: TImage
  33.       Left = 16
  34.       Top = 16
  35.       Width = 34
  36.       Height = 34
  37.       IncrementalDisplay = False
  38.       Picture.Data = {<image001.ico>}
  39.       Stretch = True
  40.       IsControl = True
  41.     end
  42.     object ListNames: TListBox
  43.       Left = 72
  44.       Top = 8
  45.       Width = 201
  46.       Height = 89
  47.       ItemHeight = 16
  48.       TabOrder = 0
  49.     end
  50.   end
  51.   object OKBtn: TButton
  52.     Left = 113
  53.     Top = 124
  54.     Width = 76
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = 'OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 1
  61.   end
  62. end
  63.